home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 8 / QRZ Ham Radio Callsign Database - Volume 8.iso / pc / files / p_term / ad16dis.exe / STARTBPQ.BAT < prev    next >
DOS Batch File  |  1992-12-31  |  478b  |  9 lines

  1. rem This loads the G8BPQ 4.05 code, using the defaults you set up in BPQCFG.TXT
  2. rem Assuming you have already run the program BPQCFG.EXE to create BPQCFG.BIN
  3. BPQCODE
  4. rem This loads the terminate and stay resident program that makes the
  5. rem BPQ switch speak DED host mode, using software interrupt hex FE (254)
  6. rem with 9 connects available, start with stream 1, use application 1
  7. rem    (ARES/Data), and 40 K available for buffering DED packets.
  8. DEDHOST 9 1 1 40 254 N
  9.